Fixed up a stat() that Sopwith missed when changing stat => lstat.
authorOwen Taylor <otaylor@gtk.org>
Wed, 13 May 1998 00:24:57 +0000 (00:24 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 13 May 1998 00:24:57 +0000 (00:24 +0000)
commit43dfe74c56563d40451fe17c7e4c1bee78987829
tree5a0e0dd02fa430b6b614b7bb3a358292f9ca8efc
parenteae7b32f85826a42b2c22f57744d88c2f7c5abfd
Fixed up a stat() that Sopwith missed when changing stat => lstat.

Tue May 12 19:37:55 1998  Owen Taylor  <otaylor@gtk.org>

* gtk/gtkrc.c (gtk_rc_parse_file): Fixed up a stat()
that Sopwith missed when changing stat => lstat.

Tue May 12 19:19:29 1998  Owen Taylor  <otaylor@gtk.org>

* gtk/gtkinputdialog.c gtk/gtkgamma.c gtk/gtkrc.c
  gtk/gtkcolorsel.c gtk/gtkclist.c gtk/testgtk.c: Use
GPOINTER_TO_INT/GINT_TO_POINTER macros where appropriate.

* gdk/gdk.c: Print sizeof() results
as g_print("%ld", (glong)sizeof(foo)), to deal with
sizeof() being long on Alpha's.

* gtk/testgtk.c: include <string.h> for strlen

Tue May 12 19:22:58 1998  Owen Taylor  <otaylor@gtk.org>

  * glib/glib.h: Added macros G[U]INT_TO_POINTER() and
GPOINTER_TO_[U]INT for storing small integers integers
inside pointers.

* glib/testglib.c: Print sizeof() results
as g_print("%ld", (glong)sizeof(foo)), to deal with
size_t being long on Alpha's.
21 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdk.c
gdk/x11/gdkmain-x11.c
glib/ChangeLog
glib/glib.h
glib/gstring.c
glib/gutils.c
glib/testglib.c
gtk/gtkclist.c
gtk/gtkcolorsel.c
gtk/gtkgamma.c
gtk/gtkinputdialog.c
gtk/gtkrc.c
gtk/testgtk.c
tests/testgtk.c